home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- final class Installer$2 extends WindowAdapter {
- // $FF: synthetic field
- private final Installer this$0;
-
- // $FF: synthetic method
- Installer$2(Installer var1) {
- this.this$0 = var1;
- }
-
- public void windowActivated(WindowEvent var1) {
- this.this$0.installButton.requestFocus();
- }
-
- public void windowClosing(WindowEvent var1) {
- System.exit(0);
- }
- }
-